home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / thesrc20.zip / glossary < prev    next >
Text File  |  1995-01-26  |  3KB  |  77 lines

  1. /*man-start*********************************************************************
  2.  
  3.  
  4. ========================================================================
  5. GLOSSARY
  6. ========================================================================
  7.  
  8.      Bottom-of-File line
  9.           A line marker, identifying the end of the file.
  10.  
  11.      command line
  12.           The area of the display, usually identified by an arrow
  13.           prompt, "====>", where THE commands are entered.
  14.  
  15.      current line
  16.           The line in the filearea, normally highlighted, from which
  17.           commands entered on the command line take effect.
  18.  
  19.      filearea
  20.           That part of the screen display where the contents of the
  21.           file being edited are displayed.
  22.  
  23.      focus line
  24.           The line in the filearea which currently has the focus. If
  25.           the cursor is in the filearea or prefix area, it is the line
  26.           on which the cursor is displayed. If the cursor is on the
  27.           command line, the focus line is the current line. All THE
  28.           commands operate relative to the focus line.
  29.  
  30.      idline
  31.           That part of the screen display which shows details about
  32.           the file being edited.
  33.  
  34.      macro
  35.           A file containing a sequence of THE commands. Macros can
  36.           be written in REXX if a supported REXX interpreter is 
  37.           available.
  38.  
  39.      prefix area
  40.           That part of the screen display where prefix commands can
  41.           be entered. It also displays the line number of each line
  42.           in the file is SET NUMBER is ON.
  43.  
  44.      profile
  45.           A macro file that is executed at the start of an editing
  46.           session.
  47.      REXX
  48.           A powerful, easy-to-learn macro language available on most
  49.           machines that THE uses as its macro language.
  50.  
  51.      ring
  52.           The set of files currently being edited are arranged in a
  53.           ring formation.
  54.  
  55.      scaleline
  56.           A line in the filearea showing column positions.
  57.  
  58.      shadow line
  59.           A line which signifies how many lines have been excluded
  60.           from display. See SET SHADOW, SET SELECT.
  61.  
  62.      statusline
  63.           That part of the screen display showing details about the
  64.           entire THE session.
  65.  
  66.      tabline
  67.           A line in the filearea which displays the currently set 
  68.           TAB stops.
  69.  
  70.      target
  71.           A method of referring to some part of the file being edited.
  72.  
  73.      Top-of-File line
  74.           A line marker, identifying the beginning of the file.
  75.  
  76. **man-end**********************************************************************/
  77.